.container .nav {
    width: 100%;
    height: 60px;
    position: fixed;
    display: flex;
    justify-content: space-around;
    background: linear-gradient(
      90deg,
      rgba(151, 142, 255, 1) 0%,
      rgba(29, 0, 217, 1) 99%
    );
    z-index: 9999;
  }
  
  .container .nav a {
    text-decoration: none;
    color: white;
  }